home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #4
/
Amiga Plus CD - 2000 - No. 4.iso
/
Tools
/
Treiber
/
Misc
/
Mroocheck
/
FreeWheel
/
Source
/
ScrollWin.h
< prev
next >
Wrap
C/C++ Source or Header
|
2000-04-20
|
452b
|
19 lines
struct ScrollWinContext
{
void (*Dispose)(struct ScrollWinContext *pwc);
BOOL (*Handle)(struct ScrollWinContext *pwc,unsigned long sigs);
unsigned long Signals;
BOOL (*Show)(struct ScrollWinContext *pwc);
void (*Hide)(struct ScrollWinContext *pwc);
struct PrefsGroup *Prefs;
struct GUIContext *GUI;
struct Window *Window;
struct Screen *Screen;
BOOL Visible;
};
struct ScrollWinContext *ScrollWin_Create(struct PrefsGroup *pg);